Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#241974 - 19/11/2004 08:32 Need Crosscompiler Linux -> DOS (native), gcc?
rowitech
enthusiast

Registered: 22/09/2002
Posts: 249
Loc: Germany, Cologne
Hi,

I own an Beck DK40, including an embedded 80186. For this I want to compile C sources. I would have been done it with the free Borland 5.5 but this won't work, it uses too much things for PCs but this is an embedded device which is only able to handle native requests. Obviously Borland's 5.1 may work, but much better would be to compose sources on a Linux machine (Debian) and ftp it to the embedded device (as for the empeg - but for DOS).

Does anybody know how to get a gcc crosscompiling for DOS without hassle? I know there are some guides for building my own supercrosscompiler but maybe I could just apt-get install it ;-).

regards,
Rolf
_________________________
Connecting Empeg via Bluetooth or Wireless LAN http://empeg.rowi.net
*** Proud owner of the European Worst Install Trophy 2003 ! ***
RoWi

Top
#241975 - 19/11/2004 12:36 Re: Need Crosscompiler Linux -> DOS (native), gcc? [Re: rowitech]
siberia37
old hand

Registered: 09/01/2002
Posts: 702
Loc: Tacoma,WA
Maybe check out DJGPP- their may be a linux compiled version of it somewhere. If nothing else you can develop on linux/gcc and then easily port using DJGPP.

Top
#241976 - 22/11/2004 06:24 Re: Need Crosscompiler Linux -> DOS (native), gcc? [Re: siberia37]
rowitech
enthusiast

Registered: 22/09/2002
Posts: 249
Loc: Germany, Cologne
Thank you for this info. I tried it but found my very old Turbo C on a spare part of my harddisk (dated 1994) and this seems to work easily. So I will give up and just use this Windows-thing...

regards,
Rolf
_________________________
Connecting Empeg via Bluetooth or Wireless LAN http://empeg.rowi.net
*** Proud owner of the European Worst Install Trophy 2003 ! ***
RoWi

Top